[PATCH] [PATCH] (missing) More accurate address decoding for
This patch works a lot better when you have all the modified files.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
return DECODE_failure;
}
-static int inst_copy_from_guest(unsigned char *buf, unsigned long guest_eip, int inst_len)
+int inst_copy_from_guest(unsigned char *buf, unsigned long guest_eip, int inst_len)
{
l1_pgentry_t gpte;
unsigned long mfn;
CR3_TARGET_VALUES = 0x00006008,
CR3_GUEST_HOST_MASK = 0x00006208,
EXIT_QUALIFICATION = 0x00006400,
+ GUEST_LINEAR_ADDRESS = 0x0000640A,
GUEST_CR0 = 0x00006800,
GUEST_CR3 = 0x00006802,
GUEST_CR4 = 0x00006804,